You are here: About installation > Installation steps > Post-installation tasks

Post-installation tasks

The following task lists steps that should be performed after every installation of Project Portal.

To complete the installation:

  1. Create symbolic links from the user home directories to the Project Portal and httpd directories with the following commands.

     
    $ ln –sf /home/kronodoc/pp2012_2/Kronodoc /home/kronodoc/
    $ ln –sf /home/Kronodoc/pp2012_2/httpd /home/kronodoc/
  2. Create automatic start-up scripts as the root user by copying the kronodoc.redhat file from pp2012_2/httpd/support to /etc/init.d/. If there are several Project Portal installations on the same server, change the script's name to something more descriptive of the application. Edit the script with your favorite text editor to point to the httpd directory of the kronodoc installation.

    Change this line:

    KRONOHTTPDDIR="@@KronoRoot@@"

    to

    KRONOHTTPDIR="/home/kronodoc/httpd"

    As root, install the script to start Project Portal when the server is booted:

    chkconfig --add kronodoc

    Also set the appropriate levels for the script:

    chkconfig --level 345 kronodoc on
  3. If you want to use customer-specific icons with workspaces (optional), create a directory in the user's home directory named customer-icons and link it to Kronodoc/KRONO-WWW/icons:

    mkdir /home/kronodoc/customer-icons
    ln –s /home/Kronodoc/customer-icons /home/kronodoc/Kronodoc/KRONO-WWW/icons/

    Copy the icons there and you will be able to refer to them in URL boxes or folder descriptions with KRONO-WWW/icons/customer-icons/<iconname>.

  4. Create a ssl directory (optional) to hold certificate files. Link files from there to the appropriate httpd/conf/ssl.* directories.
  5. Restart Project Portal and execute the following tests:


www.bluecieloecm.com